home *** CD-ROM | disk | FTP | other *** search
- /*----------------------------------------------------------
-
- AOCE Post Office Protocol (3)
- Personal Gateway
-
- written by Steven Falkenburg-- MacDTS
- ©1991-1993 Apple Computer, Inc.
-
- ----------------------------------------------------------*/
-
- #pragma once
- #define __GW_EXTERNALGW__
-
- OSErr SpoolToExternalGW(FSSpec *spoolSpec,SlotSpec *slotSpec);
- OSErr BailOnSend(OSErr err,Ptr messageBlock);
- Boolean TranslateAddress(OCEPackedRecipient *pRecip,char *unixRecip);
- OSErr SpoolBodyFromAOCEToRaw(FSSpec *spoolSpec);
- OSErr AddTextContent(FSSpec *spoolSpec,unsigned long blockIndex,Ptr bodyBuffer,
- unsigned long bufferLength,unsigned long *rawContentLength);
- OSErr AddPictContent(FSSpec *spoolSpec,unsigned long blockIndex,Ptr bodyBuffer,
- unsigned long bufferLength,unsigned long *rawContentLength);
- OSErr AddSoundContent(FSSpec *spoolSpec,unsigned long blockIndex,Ptr bodyBuffer,
- unsigned long bufferLength,unsigned long *rawContentLength);
- OSErr AddStyledTextContent(FSSpec *spoolSpec,unsigned long blockIndex,Ptr bodyBuffer,
- unsigned long bufferLength,unsigned long *rawContentLength);
- OSErr AddMovieContent(FSSpec *spoolSpec,unsigned long blockIndex,Ptr bodyBuffer,
- unsigned long bufferLength,unsigned long *rawContentLength);
-